Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client dual process, a process for network I / O, a process for user interaction.
Update : 2008-10-13 Size : 17835 Publisher : 张柏年

DL : 0
linux平台下CMPP3.0和CMPP2.0的服务器和客户端,源码采用多线程,tcp下socket通信来实现的cmpp协议,经过测试,通俗简单易懂,是测试的好工具,也可以自己修改来满足自己的需求-Linux platform under CMPP3.0 and CMPP2.0 server and client, the source code using multi-threaded, socket communications to achieve the CMPP protocol, after testing, easy to understand, is a good tool to test, can also be modified to meet their own needs Linux platform CMPP3.0 and CMPP2.0 server and client, the source code using multi thread, socket TCP communication to achieve the CMPP protocol, after testing, easy to understand, is a good tool for testing, but also to meet their own needs
Update : 2024-05-19 Size : 55296 Publisher : 刘波

基于流式套接字的并发服务器,多线程编程,windows网络编程-Based on concurrent server stream socket, multi-threaded programming, windows network programming
Update : 2024-05-19 Size : 4396032 Publisher : yiwen

Qt的多线程socket通信,tcp服务器源码-Qt s multi-threaded socket communication, tcp server source code
Update : 2024-05-19 Size : 1316864 Publisher : lyt

实现客户端和服务器端的通信,多线程操作,服务器端回应客户端,并作出相应操作-Realize the client and the server communication, multi-threaded operation, the server response to the client, and make the corresponding operation
Update : 2024-05-19 Size : 271360 Publisher : za

P2Pp2p
DL : 0
P2P多线程编程,实现在网络中以多线程形式进行接收和发送信息。VC++可运行,服务器端和客户端程序相同但需要更改IP地址和端口号。可自调试使用。-P2P multi-threaded programming, the network receive and transmit information in the form of multi-threading. VC++ can run the server and client programs need to be changed but the same IP address and port number. Self debugging.
Update : 2024-05-19 Size : 2048 Publisher : 杜婧

DL : 1
实现qq的多线程聊天,保持客户端与服务端的长连接,并且实现断线重连功能-Qq achieve multi-threaded chat, maintain a long connecting client and server, and achieve reconnection function
Update : 2024-05-19 Size : 48128 Publisher : chitailang

DL : 0
远程登录源码介绍: // 1.远程登录(用户名和密码超过3位长度则成功,在服务器可以自己设置代码) // 2.含有loading效果(多线程处理,时事返回数据) // 3.登录不成功能够提示出错原因 // 4.保存登錄后的信息(如用戶名和密碼,可以自己設置) // 5.具有超级完整详细的注释(新手也能看懂) //可以设置成自己的UI库-Remote login source: 1// remote login (username and password for more than 3 of the length of the success, the server can set up their own code) 2// loading containing effect (multi-threaded processing, current return data) 3/login unsuccessful can indicate the cause of the error 4// save the login after information (such as user name and password, you can set up their own) 5/has super complete detailed notes (novice can understand) May set their own UI Library
Update : 2024-05-19 Size : 75776 Publisher : jalywang

linux 网络编程 实现多线程通讯,包括客户端和服务器端-Inux network programming to achieve multi-threaded communications, including client and server
Update : 2024-05-19 Size : 6144 Publisher : 齐彻

DL : 0
聊天室功能,包含客户端和服务端代码,实现了多线程的消息发送和接收。-Chat room, including client and server code, to achieve a multi-threaded sending and receiving messages.
Update : 2024-05-19 Size : 12288 Publisher : 胡岚

DL : 0
易语言纯命令的socks5服务器源码例程程序结合易语言网络通讯支持库和多线程支持库,实现socks5服务器的应用。 -Easy language pure command Socks5 server source routine procedures combined with easy language network communication support library and multi-threaded support library, the realization of Socks5 server applications.
Update : 2024-05-19 Size : 11264 Publisher : zcwlc

实现demo,从http服务器多线程断点续传。(Demo, from the HTTP server multi-threaded downloader.)
Update : 2024-05-19 Size : 29696 Publisher : ccccmm

MySQL是一个真正的多用户、多线程SQL数据库服务器。SQL(结构化查询语言)是世界上最流行的和标准化的数据库语言,它使得存储、更新和存取信息更加容易。(MySQL is a real multi user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular and standardized database language in the world, which makes it easier to store, update, and access information.)
Update : 2024-05-19 Size : 79529984 Publisher : 颖翳

DL : 0
JQuery.Gantt组件的核心脚本文件,所有的甘特图功能代码都在这个文件中。 代码结构解析: $.fn.gantt = function (options):甘特图部件对象 基础设置项 cookieKey:cookie的键 scales:时间范围的级别 settings:部件设置集 source:数据源 itemsPerPage:分页的每页数据行数 months:列头处月份名称 dow:列头处星期名称 startPos:默认开始位置日期 navigate:底部导航,buttons为按钮式的,scroll为滑块式的 scale:甘特图每一列的时间范围 useCookie:是否使用cookie,如果使用需要引用jquery.cookie.js maxScale:最大时间范围(This example shows a simple communication stream between a client and a server over TCP/IP. The server program also demonstrates a simple multi-threaded connection monitoring routine. The example programs do not attempt to implement a data transmission protocol. All messages are read in 64 byte chunks and the server does not attempt to relate multi-part messages from clients. However, comments in the code indicate the places where changes would be made to accomodate multi-part messages and/or alternate message frame size schemes. A client/server application is a two-part problem: first you must define the raw data transmission methodology for the programs, and second you must then implement a data transmission protocol to control the flow of the raw data and make it meaningful to the applications. This sample only attempts to deal with the first part of the problem transmitting the raw data.)
Update : 2024-05-19 Size : 324608 Publisher : SFASFA

stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
Update : 2024-05-19 Size : 10908672 Publisher : xiao_wh

通过代理服务器网站获取代理服务器IP,首先从文件中获取代理服务器网站列表,创建多线程从各个代理服务器网站获取信息,提取代理服务器IP。(Website to get through a proxy server proxy server IP, first from the file access proxy server list, create multi-threaded access to information from various web proxy server, the proxy server IP extract.)
Update : 2024-05-19 Size : 262144 Publisher : vision2sky

DL : 0
Baby FTP Server Version 1.24 I've received a number of email messages asking how to create a basic FTP server, without a fancy UI or lots of features. This Baby FTP server has only the most necessary features and is yet powerful enough to be a basis for a more complex server. Features: - Supports most RFC959 FTP commands - Supports PASV and non-PASV mode - Only allows anonymous connections - Multi threaded - Real time server log - Configure home directory (same for all connections) - Set permissions for download/upload/rename/delete/create directory
Update : 2024-05-19 Size : 40960 Publisher : yicilenuwa

DL : 0
本系统是为方便企业内部进行简单办公,方便员工进行交流为基础,为企业提供较为完善的即时沟通和实时协作的解决方案。(This system uses Java language and eclipse as the basic development environment, using the software refactoring development approach, the original system design is optimized, by using the principle of lan communication mechanism (that is, through direct inheritance thread class to build a multi-threaded), realizes the network chat server and network chat client program. Java uses the common programming method of the network, socket socket, to set up the server so that the server can read and reply and forward the client messages. eclipse enables the client to communicate with the client by establishing a connection with the server. on the basis of the existing network, it is necessary to study a secure, private and regional instant communication tool. The significance and feasibility of the research are analyzed, and the prospects of ;lan chat software are presented.)
Update : 2024-05-19 Size : 1831936 Publisher : zxdcvd

能实现多线程断点续传,在网络中断后将已经上传的部分缓存在服务器,在连上网络后接着上传(To achieve multi-threaded HTTP cache, in part after the network interrupt has been uploaded on the server, to connect to the network and then upload)
Update : 2024-05-19 Size : 932864 Publisher : swan95

VC++局域网聊天程序,利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。(The VC ++ LAN chat program uses Socket to divide the main program into two parts: server and client. The combination of UDP and TCP / IP is adopted to effectively improve the timeliness and stability of data transmission. This program also uses multi-threaded programming to solve the problem of program blocking itself.)
Update : 2024-05-19 Size : 234496 Publisher : wzp342
« 1 2 ... 26 27 28 29 30 3132 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.